{% extends 'base.html' %} {% load static %} {% block title %}Admin Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Welcome back, {{ request.user.get_full_name|default:request.user.username }}! Here's what's happening.
{{ activity.description }}
No recent activities found
{{ appointment.start_time|date:"M d, Y" }} • {{ appointment.start_time|time:"H:i" }}
{{ appointment.service.name|truncatechars:30 }}
No upcoming appointments
Schedule Appointment{{ activity.description }}
{% if activity.link %} View {% endif %}No recent activity
{% endfor %}